Skip to content

CI: Don't rebuild pandas before running tests #53919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

mroeschke
Copy link
Member

It appears some unit test jobs are rebuilding pandas before running pytest. Meson might be rebuilding pandas because an optional dependency installed pandas before the initial build, so trying to uninstall pandas before the initial build

cc @lithomas1

@mroeschke mroeschke added the CI Continuous Integration label Jun 29, 2023
Copy link
Member

@lithomas1 lithomas1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, looks like that did it.

Very nice find!

@lithomas1 lithomas1 added this to the 2.1 milestone Jun 29, 2023
@mroeschke
Copy link
Member Author

Sweet! Merging

@mroeschke mroeschke merged commit 24f56be into pandas-dev:main Jun 29, 2023
@mroeschke mroeschke deleted the ci/build_pandas branch June 29, 2023 02:51
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants